• अल्पमहिष्ठ एल्गोरिथ्म • मिनिमैक्स एल्गोरिथ्म | |
minimax: मिनिमेक्स | |
algorithm: अल्गोरिद्म कलन | |
minimax algorithm meaning in Hindi
minimax algorithm sentence in HindiExamples
More: Next- Type A programs would use a " minimax algorithm.
- Experiments with random trees show it to be the most efficient minimax algorithm.
- Take the minimax algorithm for example.
- The algorithm can be thought of as exploring the impractical to completely analyze games such as chess using the minimax algorithm.
- The design of Blondie24 is based on a minimax algorithm of the checkers game tree in which the evaluation function is an artificial neural network.
- The minimax algorithm is an adversarial search algorithm that is popularly used in games that require more than one player to compete against each other.
- In other words, higher heuristic values always represent situations more favorable for player A . This is the same behavior as the normal minimax algorithm.
- The neural net receives as input a vector representation of the checkerboard positions and returns a single value which is passed on to the minimax algorithm.
- Alpha-beta pruning can decrease the number of nodes the negamax algorithm evaluates in a search tree in a manner similar with its use with the minimax algorithm.
- Given the rules of any two-person game with a finite number of positions, one can always trivially construct a minimax algorithm that would exhaustively traverse the game tree.